:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text: #0a58ca;
  --bs-secondary-text: #6c757d;
  --bs-success-text: #146c43;
  --bs-info-text: #087990;
  --bs-warning-text: #997404;
  --bs-danger-text: #b02a37;
  --bs-light-text: #6c757d;
  --bs-dark-text: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #f8f9fa;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #e9ecef;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-link-color: #666;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #d5271b;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(var(--bs-body-color-rgb), 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
  --bs-emphasis-color: #000;
  --bs-form-control-bg: var(--bs-body-bg);
  --bs-form-control-disabled-bg: var(--bs-secondary-bg);
  --bs-highlight-bg: #fff3cd;
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
body,html {
	height:100%;
}

body[dir=rtl] {
	text-align:right
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	color:#333
}
ol,ul {
	margin:0;
	padding:0;
	list-style:none
}
a {
	color:var(--bs-link-color);
	text-decoration:none;
	-webkit-transition:all .3s ease 0s;
	transition:all .3s ease 0s;
	outline:0;
}
a:hover {
	color:var(--bs-link-hover-color);
}
button,input {
	border:none;
	outline:0!important;
	background:0 0;
	-webkit-box-shadow:none;
	box-shadow:none
}
input {
	width:100%
}


.effect-imghover > a {
    display: block;
    position: relative;
	overflow: hidden;
}
.effect-imghover > a > img {
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
	width:100%;
	height:auto;
}

.effect-imghover > a:hover > img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.text-customer {
	color:#d5271b;
}
.text-customer-two {
	color:#183883;
}
.bg-customer {
	background:#d5271b;
}
.bg-light-customer  {
	background:#d5271b;
	opacity:0.75;
}
.bg-customer-two {
	background:#183883;
}



.btn-customer {
  color: #fff;
  background-color: #d5271b;
  border-color: #d5271b;
}

.btn-customer:hover {
  color: #fff;
  background-color: #183883;
  border-color: #27303f;
}

.btn-customer:focus, .btn-customer.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.0);
}

.btn-customer.disabled, .btn-customer:disabled {
  color: #fff;
  background-color: #183883;
  border-color: #d5271b;
}

.btn-customer:not(:disabled):not(.disabled):active, .btn-customer:not(:disabled):not(.disabled).active,
.show > .btn-customer.dropdown-toggle {
  color: #fff;
  background-color: #183883;
  border-color: #27303f;
}

.btn-customer:not(:disabled):not(.disabled):active:focus, .btn-customer:not(:disabled):not(.disabled).active:focus,
.show > .btn-customer.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.0);
}


.btn-outline-customer {
  color: #d5271b;
  border-color: #d5271b;
}

.btn-outline-customer:hover {
  color: #fff;
  background-color: #d5271b;
  border-color: #d5271b;
}

.btn-outline-customer:focus, .btn-outline-customer.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-customer.disabled, .btn-outline-customer:disabled {
  color: #d5271b;
  background-color: transparent;
}

.btn-outline-customer:not(:disabled):not(.disabled):active, .btn-outline-customer:not(:disabled):not(.disabled).active,
.show > .btn-outline-customer.dropdown-toggle {
  color: #fff;
  background-color: #d5271b;
  border-color: #d5271b;
}

.btn-outline-customer:not(:disabled):not(.disabled):active:focus, .btn-outline-customer:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-customer.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}




.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0rem;
  --bs-navbar-color: rgba(255,255,255,1);
  --bs-navbar-hover-color: rgba(255,255,255,0.95);
  --bs-navbar-disabled-color: rgba(255,255,255,0.5);
  --bs-navbar-active-color: rgba(255,255,255,1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 1rem;
  --bs-navbar-toggler-padding-y: 0rem;
  --bs-navbar-toggler-padding-x: 0rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0);
  --bs-navbar-toggler-border-radius: 0rem;
  --bs-navbar-toggler-focus-width: 0rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar-light {
	background:#fff;
}
@media (min-width: 768px) {
.navbar-light {
	background:#183883;
}
}
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.75rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  position: relative !important;
  transition: all .3s ease-out;
  
  font-weight:500;
  color:#000;
}
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color:#000;
}
.navbar-nav .current-menu-item a.nav-link ,.navbar-nav .current-menu-parent a.nav-link ,.navbar-nav .current-menu-ancestor a.nav-link{
  color: #d5271b;
}
@media (min-width: 768px) {
.navbar-nav .nav-link {
  color: var(--bs-navbar-color);
}
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .current-menu-item a.nav-link ,.navbar-nav .current-menu-parent a.nav-link ,.navbar-nav .current-menu-ancestor a.nav-link{
  background:#d5271b;
  color: #fff;
}
}
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0rem;
  --bs-dropdown-border-width: 0rem;
  --bs-dropdown-inner-border-radius: calc(0rem - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 0.5rem rgba(0,0,0, 0.25);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.5rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-hover-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.offcanvas {
  border: 0 !important;
}

@media (max-width: 767px) {
.navbar-nav .dropdown-toggle {
  white-space: nowrap;
  position: relative;
}
.navbar-nav .dropdown-toggle::after {
  position: absolute;
  right:0;
  color:#666;
}
.navbar-nav .dropdown {
    
}
.navbar-nav .dropdown .dropdown-menu {
	
}
.navbar-nav .dropdown .dropdown-menu .dropdown {

}
.navbar-nav .dropdown .dropdown-menu .dropdown .dropdown-menu {
    display: block;
	margin-left: 10px;
}
}
@media (min-width: 768px) {
.dropdown-menu {
  --bs-dropdown-box-shadow: 0 0.5rem 0.5rem rgba(0,0,0, 0.25);
  box-shadow: var(--bs-dropdown-box-shadow);
}

.navbar-nav .dropdown .dropdown-menu {
	position: absolute;
	z-index: 1000;
	display:block;
	visibility:hidden;
	padding: 0px;
	margin: 0px;
	border: 0px solid rgba(0, 0, 0, 0.15);
	border-radius: 0rem;
	top:100%;
	transform:rotateX(-75deg);
	transform-origin:0% 0%;
	transition:.5s;
	opacity:0
}
.navbar-nav .dropdown:hover .dropdown-menu {
	transform:rotateX(0deg);
	visibility:visible;
	transition:.5s;
	opacity:1
}
.navbar-nav .dropdown .dropdown-menu .dropdown::after {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f105";
	top:8px;
	right:10px;
	opacity:0.5;
}
.navbar-nav .dropdown .dropdown-menu .dropdown .dropdown-menu {
	position: absolute;
	z-index: 1000;
	display:block;
	visibility:hidden;
	padding: 0px;
	margin: 0px;
	border: 0px solid rgba(0, 0, 0, 0.15);
	border-radius: 0rem;
	top:0%;
	left:100%;
	transform:rotateX(-75deg);
	transform-origin:0% 0%;
	transition:.5s;
	opacity:0
}
.navbar-nav .dropdown:hover .dropdown-menu .dropdown:hover .dropdown-menu {
	transform:rotateX(0deg);
	visibility:visible;
	transition:.5s;
	opacity:1
}
}


.top-header {
	background:#f8f9fa;

}
.top-header .social>li {
	display:inline-block;
	margin-right:10px;
}
.top-header .social>li:last-child {
	margin-right:0
}
.top-header .social>li>a {
	display:inline-block;

	padding:0;

	border-radius:100%;
	text-align:center;
	color:#fff!important;
}
.top-header .social>li>a:hover {
	opacity:.7;
}
.sticky-header.sticky {
	position:fixed;
	z-index:999;
	width:100%;
	top:0;
	background:#333;
	-webkit-box-shadow:0 0 2px rgba(0,0,0,.1);
	box-shadow:0 0 2px rgba(0,0,0,.5);
	-webkit-animation-name:fadeInDown;
	animation-name:fadeInDown;
	-webkit-animation-duration:.9s;
	animation-duration:.9s;
	-webkit-animation-timing-function:cubic-bezier(.2,1,.22,1);
	animation-timing-function:cubic-bezier(.2,1,.22,1);
	-webkit-animation-delay:0s;
	animation-delay:0s;
	-webkit-animation-iteration-count:1;
	animation-iteration-count:1;
	-webkit-animation-direction:normal;
	animation-direction:normal;
	-webkit-animation-fill-mode:none;
	animation-fill-mode:none;
	-webkit-animation-play-state:running;
	animation-play-state:running;
	border-bottom:0;
}


.header-phone {
	font-family:'Georgia';
	src:url('../fonts/Georgia.ttf');
	font-size:1.75em;
	letter-spacing: 0.1em;
	font-style:italic;

}

/*------------------------------------
  Breadcrumbs
------------------------------------*/
.breadcrumbs {
  background-image: url();
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding:0px;
  margin:0px;
  position: relative;
  z-index:0;
  /*margin-top:52px;*/
  margin-top:0px;
}
@media (min-width: 768px) {
.breadcrumbs {
  /*margin-top:90px;*/
  margin-top:0px;
}
}

.breadcrumbs::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding:0px;
  margin:0px;
  content: "";
  background: rgba(241,245,244,0);
  z-index:-1;
  border-bottom:solid 1px #f8f9fa;
}

.breadcrumbs h3 {
    margin: 0;
  }

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0px;
  margin: 0px;

}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  font-family:'FontAwesome';
  content: "\f105";
}

@media (max-width: 768px) {

  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs h3 {
    margin-bottom: 5px;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*------------------------------------
  map-contact
------------------------------------*/

.map-contact {
margin-top:0px;
width:100%;
overflow:hidden;
}
@media (min-width: 768px) {
.map-contact {
margin-top:0px;
}
}
/*------------------------------------
  sidebar-products
------------------------------------*/
.sidebar-products {
	position:relative;
	z-index:1
}
.sidebar-products::before {
	content:"";
	position:absolute;
	background-image:url();
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	height:100%;
	width:100%;
	left:0;
	top:0;
	opacity:.2
}
.sidebar-products ul{
	margin:0px;
	padding:0px;
}
.sidebar-products ul li{
	line-height:2.75rem;
	border-bottom:dashed 1px #f8f9fa;
	position:relative;
	padding-left:15px;
}
.sidebar-products ul li:last-child {
  border-bottom:dashed 0px #f8f9fa;
}
.sidebar-products ul li a{
	color: rgba(0, 0, 0, 0.99);
}
.sidebar-products ul li.current-menu-parent a{
	color:#d5271b;
}
.sidebar-products ul li.current-menu-parent:before {
	color:#d5271b;
	opacity: 0.95;
}
.sidebar-products ul li.current-menu-item a{
	color:#d5271b;
}
.sidebar-products ul li.current-menu-item:before {
	color:#d5271b;
	opacity: 0.95;
}

.sidebar-products ul li a:hover{
	color:#d5271b;
}

.sidebar-products ul li:before {
    font-family: 'FontAwesome';
	content:"\f105";
    position: absolute;
	left:0rem;
	color:#d5271b;
	opacity: 0.25;
}
.sidebar-products .section-title-page h4:after {
    background: #fff;
}
/*------------------------------------
  sidebar-contact
------------------------------------*/
.sidebar-contact {
	
}
.sidebar-contact ul{
	background: url('') no-repeat right bottom;
	margin:0px;
	padding:0px;
}
.sidebar-contact ul li{
	list-style: none;
	color:#666666;
	margin-bottom:0.75em;
}

.sidebar-contact ul li i{
	color: #d5271b;
	margin-right:10px;
}
/*------------------------------------
  sidebar-menu-page
------------------------------------*/
.sidebar-menu-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.sidebar-menu-page ul {
	padding:0px;
}
.sidebar-menu-page ul li {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.sidebar-menu-page ul li:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.sidebar-menu-page ul li:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.sidebar-menu-page ul li:hover, .sidebar-menu-page li:focus {
  z-index: 1;
  text-decoration: none;
}

.sidebar-menu-page ul li.disabled, .sidebar-menu-page li:disabled {
  color: #d5271b;
  background-color: #fff;
}

.sidebar-menu-page ul li.current_page_item {
  z-index: 2;
  color: #fff;
  background-color: #d5271b;
  border-color: #d5271b;
}
.sidebar-menu-page ul li.current_page_item a{
  color: #fff;
}
/*------------------------------------
  news-img
------------------------------------*/
.news-img {
	padding-bottom:25px;
	margin-bottom:25px;
	border-bottom:solid 1px #f8f9fa;
}
.news-img i{
	color:#d5271b;
	opacity:0.5;
}
/*------------------------------------
  faq-list
------------------------------------*/
.faq-list {
	padding-bottom:25px;
	margin-bottom:25px;
	border-bottom:solid 1px #f8f9fa;
}
.faq-list i{
	font-size:5rem;

}
/*------------------------------------
  single
------------------------------------*/
.single {

}

.single  p.info i{
	color: #d5271b;
}
.single p.tags{

}
.single p.tags a{
	background:#fafafa;
	color:#d5271b;
	margin-right:10px;
	padding:6px 10px;
	border-radius:0%;
}
.single p.tags a:hover{
	background:#d5271b;
	color:#fff;
}
.single p a.btn{
	font-size:1em;
}



.single .content,.page .content{

}

.single .content p,.page .content p{
	color: #666;
}
.single .content p img,.page .content p img {
	width:100%;
	max-width:100%;
	height:auto;
}
.single figure.wp-block-image img,.page figure.wp-block-image img{
	width:100%;
	max-width:100%;
	height:auto;
}
.single .content .wp-video ,.page .content .wp-video  {
	width:100%;
	max-width:100%;
	height:auto;
	margin:15px auto;
}

.single .content ul,.page .content ul{
	padding:15px;
	background:#f3f3f3;
	border-bottom:solid 0px #d5271b;
}
.single .content ul li,.page .content ul li{
	
}
.single .content ul li,.page .content ul li:before{
    font-family: 'FontAwesome';
	content:"\f00c";
	margin-right:15px;
	color:#d5271b;
}

.single .content blockquote,.page .content blockquote{
	padding:15px 15px 30px 15px;
	background:#f3f3f3;
	border-left:solid 2px #d5271b;
}
.single .content blockquote:before,.page .content blockquote:before{
	font-family: 'FontAwesome';
	content:"\f10d";
	float:left;
	margin-right:30px;
	color:#d5271b;
	opacity: .5;
}
.single .content blockquote:after,.page .content blockquote:after{
	font-family: 'FontAwesome';
	content:"\f10e";
	color:#d5271b;
	float:right;
	opacity: .5;
}
.product-tab {

}
.product-tab .nav-tabs{

}
.product-tab .nav-tabs .nav-link{
	color:#666;
	font-weight:bold;
}
.product-tab .nav-tabs .active{
	color:#d5271b;
}
/*------------------------------------
  Section-title
------------------------------------*/


.section-title-two {
  position: relative;
  display: block;

}

.section-title-two .title:after, .section-title-two .title:before {
  display: inline-block;
  content: "";
  width: 45px;
  height: 3px;
  background-color: #d5271b;
  vertical-align: middle;
}
.section-title-two .title:before {
  margin-right: 20px;
}
.section-title-two .title:after {
  margin-left: 20px;
}


.text-start .section-title-two .title:before {
    width:0px;
    margin-right: 0px;
}

.text-start .section-title-two .title:after {
     
}
.text-end .section-title-two .title:before {

}

.text-end .section-title-two .title:after {
      width:0px;
      margin-left: 0px;
}
.section-title-page h4 {
  position: relative;
  margin-bottom:30px;
}

.section-title-page h4:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eaeaea;
}

.section-title-page h4:after {
    content: "";
    position: absolute;
    top: 39px;
    left: 0;
    width: 48px;
    height: 3px;
    background: #d5271b;
}

.section-title-page h4 span{
  color:#666;
  font-size:0.75em;
}


.section-title-page-sidebar h4 {
	position: relative;
	margin-bottom:30px;

}
.section-title-page-sidebar h4:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eaeaea;
}

.section-title-page-sidebar h4:after {
    content: "";
    position: absolute;
    top: 39px;
    left: 0;
    width: 48px;
    height: 3px;
    background: #d5271b;
}
.section-title-page-sidebar h4 span{
	font-size:0.75em;
	color:#666;
}


/*------------------------------------
  Pagination
------------------------------------*/
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  margin-right:10px;
  line-height: 1.25;
  color: #d5271b;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #d5271b;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}


.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #d5271b;
  border-color: #d5271b;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
/*------------------------------------
  error
------------------------------------*/
.error {
  margin: 0 auto;
  text-align: center;

}

.error .error-404 {
  color: #000;
}
.error .error-404 i{
  color: #d5271b;
  font-size: 10em;
}
/*------------------------------------
  link
------------------------------------*/
#link {



}
#link ul {
    margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align:center;
	overflow:hidden;
}
#link ul li {
    margin: 0px;
	padding: 0px 5px 0px 0px;
	line-height:20px;
	display:inline;
}
#link .title{
    margin: 0px auto 30px auto;
	padding: 0px 0px 0px 0px;
	border-top:1px solid #eaeaea;
}
#link .title P{
    margin: -10px auto 0px auto;
	padding: 0px 0px 0px 0px;
	line-height:20px;
	font-weight: bold;
	text-align:center;
	z-index:999px;
}
/*------------------------------------
  footer
------------------------------------*/
footer {
	color:#333;
}
footer a{
	color:#333;
}
footer a:hover{
	color:#d5271b;	 
}

.bg-footer {
    background: url('../images/bg-footer.png') no-repeat center bottom;
	border-top:solid 0em #22b728;
	background-size: cover;
	background-attachment:fixed;
	position: relative;
	z-index:1;
}
.bg-footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  background-color: rgba(5, 5, 5,0.875);
  z-index: -1;
}

.sidebar-footer {
	color:#c6ceec;
}
.sidebar-footer a{
	color:#c6ceec;
}
.sidebar-footer h5{
	margin-bottom:35px;
	position: relative;
	color:#fff;
}
.sidebar-footer h5::before {
	position: absolute;
	content: '';
	left:0px;
	top: 34px;
	width: 40px;
	height: 3px;
	background: #d5271b;
}

.sidebar-footer .sf-product{
	
}
.sidebar-footer .sf-product ul{
	margin:0px;
	padding:0px;
}
.sidebar-footer .sf-product ul li{
    margin-bottom:7px;
}
.sidebar-footer .sf-product ul li i{
	color:#d5271b;
	margin-right:8px;
}
.sidebar-footer .sf-product ul li a{
	margin:0px;
	padding:0px;
}

.sidebar-footer .sf-product ul li a:hover{
	color:#d5271b;
}


.sidebar-footer .sf-contact{
	
}
.sidebar-footer .sf-contact ul{
    margin:0px;
	padding:0px;
}
.sidebar-footer .sf-contact ul li {
  
	margin-bottom:7px;
}
.sidebar-footer .sf-contact ul li a {
    
}
.sidebar-footer .sf-contact ul li a:hover {
    
}
.sidebar-footer .sf-contact ul li i {
    color:#d5271b;
    margin-right:8px;
}

.sidebar-footer .sf-contact ul.social{
    margin-top:15px;
	padding:0px;
}
.sidebar-footer .sf-contact ul.social li{
     display:inline;
}
.sidebar-footer .sf-contact ul.social li i{
     width:40px;
	 height:40px;
	 line-height:40px;
	 text-align:center;
     border-radius:50%;
	 border:solid 1px #aeaeae;
}
.sidebar-footer .sf-contact ul.social li:hover i{
     color:#fff;
	 border:solid 1px #d5271b;
}
.sidebar-footer .sf-wechat{
	
}
.sidebar-footer .sf-wechat ul{
	margin:0px;
	padding:0px;
}
.sidebar-footer .sf-wechat ul li img{
	width:100%;
	height:auto;
}

.sidebar-footer .bg-wechat {
	background:#fff;

	border-top:solid 6px #d5271b;
	width:100%;
	text-align:center;
	overflow:hidden;
}
@media all and (min-width:768px) {
.sidebar-footer .bg-wechat {
	margin-top:-126px;
}
}
.sidebar-footer .bg-wechat h3{
	background:#f3f3f3;
	color:#333;
	margin:0px;
	padding:0px;
	line-height:3em;
}
.sidebar-footer .bg-wechat h3:after {
	display:none;
}
.sidebar-footer .bg-wechat img{
	width:100%;
	height:100%;
	padding:15px;
}
.footer-social {

}
@media (min-width:768px) {
	.footer-social {

}
}.footer-social>li {
	display:inline-block;
	margin-right:10px;
}
.footer-social>li:last-child {
	margin-right:0
}
.footer-social>li>a {
	display:inline-block;
    font-size:1.5rem;
	padding:0;
	line-height:45px;
	width:45px;
	height:45px;
	border-radius:100%;
	text-align:center;
	color:#fff!important;
}
.footer-social>li>a:hover {
	opacity:.7;
}
.footer-social>li>a.facebook {
	background:#4867aa;
}
.footer-social>li>a.twitter {
	background:#1da1f2;
}
.footer-social>li>a.linkedin {
	background:#007ab9;
}

/*------------------------------------
  aterial-scrolltop
------------------------------------*/
.material-scrolltop {
	display:block;
	position:fixed;
	width:0;
	height:0;
	bottom:23px;
	right:23px;
	padding:0;
	overflow:hidden;
	outline:0;
	border:none;
	border-radius:2px;
	-webkit-box-shadow:0 3px 5px rgba(0,0,0,.5);
	box-shadow:0 3px 5px rgba(0,0,0,.5);
	cursor:hand;
	border-radius:50%;
	background:#d5271b;
	-webkit-tap-highlight-color:transparent;
	-webkit-transition:all .3s cubic-bezier(.25,.25,0,1);
	transition:all .3s cubic-bezier(.25,.25,0,1);
}
.material-scrolltop:hover {
	background-color:#d5271b;
	text-decoration:none;
}
.material-scrolltop::before {
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	content:"";
	width:0;
	border-radius:50%;
	opacity: .95;
}
.material-scrolltop:active::before {
	width:120%;
	padding-top:120%;
	-webkit-transition:all .2s ease-out;
	transition:all .2s ease-out
}
.material-scrolltop.reveal {
	width:56px;
	height:56px
}
.material-scrolltop span {
	display:block;
	font-size:25px;
	color:#fff
}
.material-scrolltop,.material-scrolltop::before {
	background-image:url(../images/top-arrow.svg);
	background-position:center 50%;
	background-repeat:no-repeat;
}




